In This Topic
Applies the specified translation vector (tx and ty) to this matrix by prepending the translation vector.
Syntax
public void translate(
double ,
double
)
|
Parameters
- tx
- The x value by which to translate this matrix.
- ty
- The y value by which to translate this matrix.
See Also